home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / MRU.PAK / MRU.RC < prev    next >
Text File  |  1997-05-06  |  737b  |  28 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1993, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5.  
  6. #include <owl/except.rc>
  7. #include <owl/window.rh>
  8. #include <owl/docview.rh>
  9.  
  10. IDM_TEST MENU
  11. {
  12.  POPUP "&File"
  13.  {
  14.   MENUITEM "&New", CM_FILENEW
  15.   MENUITEM "&Open...", CM_FILEOPEN
  16.   MENUITEM "&Save", CM_FILESAVE
  17.   MENUITEM "Save &as...", CM_FILESAVEAS
  18.   MENUITEM SEPARATOR
  19.   MENUITEM "&Print...", CM_FILEPRINT
  20.   MENUITEM "Page se&tup...", CM_FILEPAGESETUP
  21.   MENUITEM "P&rinter setup...", CM_FILEPRINTERSETUP
  22.   MENUITEM SEPARATOR
  23.   MENUITEM "E&xit", CM_EXIT
  24.  }
  25. }
  26.  
  27.  
  28.